{ "info": { "_postman_id": "cddce2a8-00d6-43b3-986f-04c7e47dc56c", "name": "Hadeeth Content - Central Enc", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "17596929" }, "item": [ { "name": "Ahadeeth", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/hadeeths", "host": [ "{{baseUrl}}" ], "path": [ "api", "hadeeths" ] } }, "response": [] }, { "name": "Parent Categories", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "{\n \"language\": \"ar\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/parent-categories", "host": [ "{{baseUrl}}" ], "path": [ "api", "parent-categories" ] } }, "response": [] }, { "name": "Category Content", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "{\n \"id\": [27]\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/category-content", "host": [ "{{baseUrl}}" ], "path": [ "api", "category-content" ] } }, "response": [] }, { "name": "Category Children", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "{\n \"id\": 1,\n \"language\": \"ar\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/category-children", "host": [ "{{baseUrl}}" ], "path": [ "api", "category-children" ] } }, "response": [] }, { "name": "Hadeeth", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/hadeeths/1", "host": [ "{{baseUrl}}" ], "path": [ "api", "hadeeths", "1" ] } }, "response": [] }, { "name": "No Category Ahadeeth", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "raw", "raw": "{\n \"language\": \"en\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/no-category-hadeeths", "host": [ "{{baseUrl}}" ], "path": [ "api", "no-category-hadeeths" ] } }, "response": [] }, { "name": "Hadeeth Translation", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/hadeeth-translation/1", "host": [ "{{baseUrl}}" ], "path": [ "api", "hadeeth-translation", "1" ] } }, "response": [] } ] }